home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / tag3.zip / TAG1.BAT < prev    next >
DOS Batch File  |  1991-10-27  |  677b  |  24 lines

  1. @echo off
  2. if %1_ == _ goto HELP
  3. if exist TAGLINES.BAK del TAGLINES.BAK
  4. if not exist %1.QWK goto NOFILE
  5. pkunzip %1.QWK messages.DAT
  6. QTAG TAG_0.TMP
  7. del messages.dat
  8. echo  You may wish to edit the TAG_0.TMP file before continuing
  9. TAG2
  10. :NOFILE
  11. echo File not found
  12. :HELP
  13. echo QWKTAG rbbs   (Note: no extension)
  14. echo   PKZIP rbbs.QWK gets MESSAGES.DAT
  15. echo   QWK converts MESSAGES.DAT to TXT
  16. echo   TAG extracts all the taglines
  17. echo   which are then merged with the
  18. echo   TAGLINES.MR file.  It is then
  19. echo   sorted, duplicates removed and
  20. echo   the results written out as a new
  21. echo   TAGLINES.MR file.  The old file
  22. echo   is saved as TAGLINES.BAK
  23. :FINIS
  24.